home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / routing / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  2.4 KB  |  54 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Routing</H1>
  6. <P>
  7. Routing is the method by which information originating at one host on
  8. the Internet is delivered  to a destination that might be anywhere in
  9. the world. Information is transferred in packets. If the
  10. packets are addressed to a destination on a remote network, they 
  11. are sent to a router, which either forwards the packets to the
  12. destination host (if the address is local) or sends them to another
  13. network. Because a router can forward packets to local networks only
  14. (networks to which it is directly attached), the forwarding action is
  15. repeated, from router to router, until the packets reach their final
  16. destination.
  17. </P>
  18. <P>
  19. By TCP/IP conventions, a system that routes packets between networks is
  20. considered a gateway. On the WebFORCE Internet Gateway, routing is supported 
  21. by the <VAR>routed</VAR> process.
  22. </P>
  23. <P>
  24. To determine the available paths to a destination, a router relies on
  25. routing tables. A default routing table is automatically generated
  26. during system startup. Because the default routing table supports local
  27. routing only (routing to those networks to which the host is directly
  28. attached), the table must be supplemented to include routes to remote
  29. networks. Additional routes are added in two ways: With static
  30. routing, the administrator explicitly specifies the route to
  31. remote destinations; these routes remain constant, regardless of
  32. changing conditions on the Internet.  With dynamic routing,
  33. the router process communicates with other routers to determine the
  34. most efficient route to a destination; these routes increase the
  35. chances of fast and successful packet delivery.
  36. </P>
  37. <P>
  38. The server can also be configured to perform multicast
  39. routing. In multicast routing, information packets are forwarded
  40. to a designated group of routers, skipping intermediate routers in the
  41. path if they do not support the multicast routing protocol. To
  42. configure multicast routing, the administrator creates tunnels that
  43. allow packets to bypass non-multicast routers on their way to a
  44. destination.
  45. </P>
  46. <P>Use these forms to configure routing:</P>
  47. <UL>
  48. <LI><A HREF="index.routing1.shtml" TARGET="left">Dynamic Routing</A>
  49. <LI><A HREF="index.routing2.shtml" TARGET="left">Gateways Configuration</A>
  50. <LI><A HREF="index.routing3.shtml" TARGET="left">Multicast Routing</A>
  51. <LI><A HREF="index.routing4.shtml" TARGET="left">Static Routing</A>
  52. </UL>
  53. EndOfFile
  54.